home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / rtty.man < prev    next >
Text File  |  1988-12-30  |  1KB  |  36 lines

  1. ' $Header: /a/newcmds/rtty/RCS/rtty.man,v 1.2 88/12/30 10:14:16 ouster Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS RTTY cmds
  4. .BS
  5. .SH NAME
  6. rtty \- provide remote access to a raw tty using TCP
  7. .SH SYNOPSIS
  8. \fBrtty \fIdevice\fR \[\fIportNum\fR]
  9. .BE
  10.  
  11. .SH DESCRIPTION
  12. .LP
  13. This program will open \fIdevice\fR, which must have the characteristics
  14. of a terminal line, in raw mode.  It will then open a TCP network
  15. connection and pass bits back and forth between the network connection
  16. and the raw terminal.  Anything received from the network connection
  17. will be written to the terminal, and anything read from the terminal
  18. will be written to the network connection.  \fBRtty\fR buffers characters
  19. internally to prevent any loss of information if one side gets ahead
  20. of the other.
  21. .LP
  22. If \fIportNum\fR is specified, is the decimal number of a request
  23. socket to use for network connections.  If \fIportNum\fR isn't
  24. given, then \fBrtty\fR will attempt to find an available socket.  In
  25. either case, it prints out the decimal number of the socket is
  26. actually using.
  27. .LP
  28. \fBRtty\fR is designed to be used in conjunction with the Tty program:
  29. the port number printed by \fBrtty\fR should be given to Tty to ensure
  30. that it connects to the right place.  \fBRtty\fR only supports
  31. a single remote connection at a time.  If several connections
  32. are attempted simultaneously, all but the first will be rejected.
  33.  
  34. .SH KEYWORDS
  35. network, remote terminal access, terminal
  36.